@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;700&family=Mulish:wght@400;700&family=Plus+Jakarta+Sans:wght@300;400;500;700;800&display=swap");

:root {
  --bg-color: #07d184;
  --text-color: #ffffff;
  --btn-color: #ff9936;
  --shadow-set: inset 0px 11px 8px -10px rgba(255, 255, 255, 0.5),
    inset 0px -11px 8px -10px rgba(0, 0, 0, 0.2);
}

body {
  font-family: "Mulish", sans-serif;
}

.text-hero {
  margin-top: 50px;
}

.text-hero h4 {
  margin-bottom: 50px;
  text-align: center;
  color: white;
  font-size: 60px;
  font-family: Plus Jakarta Sans;
  font-weight: 800;
  word-wrap: break-word;
}

@media (max-width: 767px) {
  .text-hero h4 {
    font-size: 40px;
  }
}

.circle {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 250px;
  z-index: -1;
}

.circlee {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 850px;
  z-index: -1;
}

.day-call {
  margin-top: 100px;
  /* border: 1px solid red; */
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  justify-content: center;
}

.his-form {
  border-radius: 32px;
  background-color: #fff;
  margin: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  padding: 1rem;
}

.his-form input {
  outline: none;
  padding: 20px;
  width: 100%;
  height: 3rem;
  border-radius: 20px;
  font-size: 1.2rem;
  border: 1px #ccc solid;
}

.his-form label {
  align-self: start;
  color: rgba(10, 4, 60, 0.85);
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 30px;
  word-wrap: break-word;
}

.btn-save {
  width: 170px;
  height: 50px;
  box-shadow: var(--shadow-set);
  border-radius: 16px;
  border: none;
  margin-top: 50px;
  margin-bottom: 30px;
  color: white;
  font-size: 24px;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  line-height: 50px;
  word-wrap: break-word;
  background-color: var(--btn-color);
}

.btn-save a {
  padding: 0;
  margin: 0;
}

.btn-save:hover {
  color: #fff;
}
